﻿--------------------------------------------------------------------------------
FarmIt Command Reference
--------------------------------------------------------------------------------

This is a list of commands for use in-game. Type "/farmit" followed by the desired command.
For example: "/farmit grow 1 R" sets item bar number 1 to horizontal mode, growing out to the right.

--------------------------------------------------------------------------------

help

  Show the help window.


options

  Show the configuration window.


reset

  Reset the mod to default settings.


rebuild

  Rebuilds ALL data tables and reloads the UI. 
  Only use this if you are having problems with saved data like templates, etc. 
  WARNING: This will wipe out all your saved items!


toggle {bar#}

  Toggle visibility of a button group, by bar number. 
  Toggles all bars at once if no number given.


lock {bar#}

  Prevent a button group from being moved, by bar number. 
  Locks the position of the entire addon if no bar number is given.


scale {%} {bar#}

  Change the visual scale of the addon, in decimal format: 1.25 = 125%. 
  If a bar number is given, only that bar will be scaled.


alpha {#} {bar#}

  Change the opacity of the addon in decimal format, from 0 (invisible) to 1.0 (opaque).
  If a bar number is given, only that bar will be changed.


notify {progress|objective}

  Toggle on-screen notifications ON/OFF by event type.
  For example: '/farmit notify progress' will toggle the display of farming progress notifications, 
  but you would still see an announcement when you reach an objective.

group {add|remove}

  add
    Adds a new bar. New bars start with 12 buttons by default, 4 of them showing. 
	There is a limit of 12 bars total.

  remove {bar#}
    Followed by the bar number of the button group you wish to delete. 
	This permanently destroys the group and all of its buttons!


size {bar#} {#}

  Set the total number of buttons available on a given bar. There is a limit of 48 buttons per bar.
  For example: '/farmit size 1 10' would configure bar number one to have ten total buttons available on it. 
  Setting a bar to a smaller size will permanently delete any extra buttons.
  To simply hide some button spaces on a bar without destroying them, 
  click the 'quick size' buttons (+/-) on the bar anchor.


grow {bar#} {L|R|U|D}

  Controls the direction that a button group grows: (L)eft, (R)ight, (U)p, (D)own
  For example: '/farmit grow 1 R' sets bar #1 to horizontal mode, growing to the right.


style {default|minimal}

  Choose a visual style for FarmIt:
    'default' is meant to match the stock WoW interface.
    'minimal' is a clean look that goes better with addons like Bartender.

  If you feel adventurous, you can edit FarmIt2_Style.lua to add your own visual themes.


tpl {save|load|delete|list}

  save {bar#} {name}
    Saves all the items in a given bar as a farming template for use again later. 
    Specify the bar number you want to save, followed by a template name (no spaces in the name).

  load {bar#} {category} {name}
    Loads a saved item set (template) into the specified bar, by name (or category and name). 

  delete {name}
    Deletes a user created template, by name. To show all existing user templates, type: /farmit tpl list

  list {category}
    Specify a category to list the available bar templates it contains. 
	Categories are: WOW, TBC, WOTLK, CATA. If no category is given, user created templates will be listed.
